multiple input to list

25

x = list(map(int, input("Enter multiple values: ").split()))

Comments

Submit
0 Comments